CSharpTest.Net
RemoveValue Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace > IRemoveValue<TKey,TValue> Interface : RemoveValue Method

key
value

Glossary Item Box

Called when the dictionary is about to remove the key/value pair provided, return true to allow it's removal, or false to prevent it from being removed.

Syntax

Visual Basic (Declaration) 
Function RemoveValue( _
   ByVal key As TKey, _
   ByVal value As TValue _
) As Boolean
C# 
bool RemoveValue( 
   TKey key,
   TValue value
)

Parameters

key
value

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Reference

IRemoveValue<TKey,TValue> Interface
IRemoveValue<TKey,TValue> Members

Used By

Boolean SynchronizedDictionary.TryRemove(TKey,T)

Generated with Document! X 2011 by Innovasys